Disclaimer
The mentioned functionalities may be restricted depending on the purchased software license.
Personalizing the Dashboard and Login Page
Note: Branding the portal with your own label is an optional feature that comes with an annual fee.
Creating a Subdomain for Custom Branding
To fully personalize the dashboard, including the login page, you need to create a subdomain (e.g., monitoring.yourcompanyname.be
).
Setting Up the Subdomain
- This subdomain should point to:
yourcompanyname.insights3.eniris.be
- This is known as a DNS record, linking your subdomain to the physical server hosting Insights.
- However, to maintain flexibility for future changes, directly linking to an IP address is not recommended.
Using a CNAME Record (Recommended)
- Instead of pointing directly to an IP, create a CNAME DNS record.
- A CNAME makes one domain an alias for another.
- Example:
monitoring.yourcompanyname.be
→ CNAME →yourcompanyname.insights3.eniris.be
- This setup ensures flexibility in case the IP address changes.